home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
Utilities
/
Type1Manager
/
src
/
amishfontrequest.h
next >
Wrap
Text File
|
1996-07-12
|
384b
|
27 lines
/* amishfontrequest.h */
/**
* STRUCTURES
**/
typedef struct
{
ULONG GlyphCode;
ULONG DeviceXDPI;
ULONG DeviceYDPI;
ULONG PointHeight;
ULONG SetFactor;
ULONG PointSet;
double RotateSin;
double RotateCos;
double ShearSin;
double ShearCos;
ULONG FontDone;
BOOL transformchanged;
char FontFileName[256];
char OTagFileName[256];
char AFMFileName[256];
} FONTREQUEST;